Skip to content

Build and test with CUDA 13.3.0#1409

Open
bdice wants to merge 1 commit into
NVIDIA:mainfrom
bdice:cuda-13.3.0
Open

Build and test with CUDA 13.3.0#1409
bdice wants to merge 1 commit into
NVIDIA:mainfrom
bdice:cuda-13.3.0

Conversation

@bdice

@bdice bdice commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Contributes to rapidsai/build-planning#286

  • uses CUDA 13.3.0 to build and test
  • updates to CUDA 13.3.0 devcontainers

Notes for Reviewers

This switches GitHub Actions workflows to the cuda-13.3.0 branch from here: rapidsai/shared-workflows#574

A future round of PRs will revert that back to main, once all of RAPIDS is migrated.

@bdice bdice added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Jun 9, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@bdice bdice changed the title WIP: Build and test with CUDA 13.3.0 Build and test with CUDA 13.3.0 Jun 9, 2026
@bdice bdice marked this pull request as ready for review June 10, 2026 17:35
@bdice bdice requested review from a team as code owners June 10, 2026 17:35
@bdice bdice requested review from jameslamb and rgsl888prabhu June 10, 2026 17:35
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: faad95e2-bd0c-47cd-b5c5-e38835022d89

📥 Commits

Reviewing files that changed from the base of the PR and between dcb97b7 and 7b5635a.

📒 Files selected for processing (9)
  • .github/workflows/build.yaml
  • .github/workflows/build_test_publish_images.yaml
  • .github/workflows/pr.yaml
  • .github/workflows/test.yaml
  • .github/workflows/trigger-breaking-change-alert.yaml
  • CONTRIBUTING.md
  • conda/environments/all_cuda-133_arch-aarch64.yaml
  • conda/environments/all_cuda-133_arch-x86_64.yaml
  • dependencies.yaml

📝 Walkthrough

Walkthrough

This PR upgrades the project to use CUDA 13.3 by updating the dependency matrix, conda environment definitions, and pinning all CI workflows to the cuda-13.3.0 tag. The changes affect build, test, and documentation workflows consistently across the codebase.

Changes

CUDA 13.3 Version Upgrade

Layer / File(s) Summary
Dependency configuration and environment definitions
dependencies.yaml, conda/environments/all_cuda-133_arch-*.yaml, CONTRIBUTING.md
The top-level CUDA matrix, conda dependency selector, and wheel requirement selector all change from 13.2 to 13.3. Conda environment files are renamed from all_cuda-132_* to all_cuda-133_* and their CUDA version pins are updated. The contributing guide is updated to reference the new CUDA 13.3 environment names.
Build and image publishing workflows
.github/workflows/build.yaml, .github/workflows/build_test_publish_images.yaml
All build job uses: references for conda build, wheel build/publish, and docs build are pinned to cuda-13.3.0 instead of main. The image publishing workflow input default for cuda_ver changes from 13.2.0 to 13.3.0.
PR, test, and alert workflows
.github/workflows/pr.yaml, .github/workflows/test.yaml, .github/workflows/trigger-breaking-change-alert.yaml
All job references across PR builder, checks, conda build/test, wheel build/test, docs, and breaking-change-alert workflows are pinned to cuda-13.3.0 instead of tracking main.

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: upgrading the build and test infrastructure to use CUDA 13.3.0, which is directly reflected across all workflow and dependency configuration files.
Description check ✅ Passed The description is directly related to the changeset, explaining the purpose of switching to CUDA 13.3.0, referencing the related issue, and providing context about shared workflows and future migration plans.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@bdice

bdice commented Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

This project needs some nontrivial C++ changes to support CUDA 13.3. I'll push those shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants